object FormFirstRunWithTabs: TFormFirstRunWithTabs Left = 301 Top = 158 Width = 600 Height = 460 BorderIcons = [biSystemMenu, biMinimize] BorderWidth = 5 Caption = 'Tabs in chat window' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 11 Width = 277 Height = 16 Alignment = taCenter Caption = 'Do you want to use tabs in chat window?' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [] ParentFont = False end object Image1: TImage Left = 48 Top = 128 Width = 497 Height = 217 Picture.Data = {} end object Label2: TLabel Left = 24 Top = 392 Width = 214 Height = 13 Caption = '* You can change these settings later' end object RadioButton1: TRadioButton Left = 64 Top = 64 Width = 481 Height = 17 Caption = 'I want to use tabs in chat window' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 64 Top = 96 Width = 489 Height = 17 Caption = 'I want to stay with multiple chat windows' TabOrder = 1 end object Button1: TButton Left = 248 Top = 360 Width = 75 Height = 25 Caption = 'OK' TabOrder = 2 OnClick = Button1Click end end